home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / LNSEFCTS.ZIP / LE_SAMP6.POV < prev    next >
Encoding:
Text File  |  1997-07-18  |  893 b   |  22 lines

  1. // LENS EFFECTS: PREDEFINED EFFECTS SAMPLE 6
  2. // *****************************************
  3. // This scene illustrates the following lens effects:
  4. //
  5. // LEFT: "Sun" - the standard sun-produced lens flare, with a bright orange
  6. //    ring and hexagonal spots
  7. // TOP-RIGHT: "Sun2" - a striking red-orange lens effect, with a streak
  8. //    that passes through the centre of the image, and subtle ring-shaped
  9. //    spots.  For best results this effect should be used with a yellowish
  10. //    source_colour
  11. // LOWER-RIGHT: "Sun3" - a brighter, yellower sun flare, with multiple rays
  12. //    and spots
  13.  
  14.    #declare effect_location = <-3, 0, 8>
  15.    #declare effect_type = "Sun" #include "LENS.INC"
  16.  
  17.    #declare effect_location = <2, 2, 8>
  18.    #declare effect_type = "Sun2" #include "LENS.INC"
  19.  
  20.    #declare effect_location = <1.5, -2, 8>
  21.    #declare effect_type = "Sun3" #include "LENS.INC"
  22.